home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / totem / uri.glade < prev    next >
Encoding:
Extensible Markup Language  |  2007-04-05  |  3.6 KB  |  87 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkDialog" id="open_uri_dialog">
  6.     <property name="border_width">5</property>
  7.     <property name="title" translatable="yes">Open Location</property>
  8.     <property name="resizable">False</property>
  9.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  10.     <property name="has_separator">False</property>
  11.     <child internal-child="vbox">
  12.       <widget class="GtkVBox" id="dialog-vbox2">
  13.         <property name="visible">True</property>
  14.         <property name="spacing">2</property>
  15.         <child>
  16.           <widget class="GtkVBox" id="open_uri_dialog_content">
  17.             <property name="visible">True</property>
  18.             <property name="border_width">5</property>
  19.             <property name="spacing">6</property>
  20.             <child>
  21.               <widget class="GtkLabel" id="label1">
  22.                 <property name="visible">True</property>
  23.                 <property name="xalign">0</property>
  24.                 <property name="label" translatable="yes">Enter the _address of the file you would like to open:</property>
  25.                 <property name="use_underline">True</property>
  26.                 <property name="wrap">True</property>
  27.                 <property name="mnemonic_widget">uri</property>
  28.               </widget>
  29.               <packing>
  30.                 <property name="expand">False</property>
  31.                 <property name="fill">False</property>
  32.               </packing>
  33.             </child>
  34.             <child>
  35.               <widget class="GtkEntry" id="uri">
  36.                 <property name="visible">True</property>
  37.                 <property name="activates_default">True</property>
  38.               </widget>
  39.               <packing>
  40.                 <property name="position">1</property>
  41.               </packing>
  42.             </child>
  43.           </widget>
  44.           <packing>
  45.             <property name="expand">False</property>
  46.             <property name="position">1</property>
  47.           </packing>
  48.         </child>
  49.         <child internal-child="action_area">
  50.           <widget class="GtkHButtonBox" id="dialog-action_area2">
  51.             <property name="visible">True</property>
  52.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  53.             <child>
  54.               <widget class="GtkButton" id="cancel_button">
  55.                 <property name="visible">True</property>
  56.                 <property name="can_focus">True</property>
  57.                 <property name="can_default">True</property>
  58.                 <property name="label">gtk-cancel</property>
  59.                 <property name="use_stock">True</property>
  60.                 <property name="response_id">-6</property>
  61.               </widget>
  62.             </child>
  63.             <child>
  64.               <widget class="GtkButton" id="button1">
  65.                 <property name="visible">True</property>
  66.                 <property name="can_focus">True</property>
  67.                 <property name="can_default">True</property>
  68.                 <property name="has_default">True</property>
  69.                 <property name="label">gtk-open</property>
  70.                 <property name="use_stock">True</property>
  71.                 <property name="response_id">-5</property>
  72.               </widget>
  73.               <packing>
  74.                 <property name="position">1</property>
  75.               </packing>
  76.             </child>
  77.           </widget>
  78.           <packing>
  79.             <property name="expand">False</property>
  80.             <property name="pack_type">GTK_PACK_END</property>
  81.           </packing>
  82.         </child>
  83.       </widget>
  84.     </child>
  85.   </widget>
  86. </glade-interface>
  87.